diff options
-rw-r--r-- | WebCore/platform/graphics/android/LayerAndroid.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/platform/graphics/android/LayerAndroid.h b/WebCore/platform/graphics/android/LayerAndroid.h index 4faf27d..3cd7e36 100644 --- a/WebCore/platform/graphics/android/LayerAndroid.h +++ b/WebCore/platform/graphics/android/LayerAndroid.h @@ -120,6 +120,7 @@ public: SkPicture* picture() const { return m_recordingPicture; } void dumpLayers(FILE*, int indentLevel) const; + void dumpToLog() const; /** Call this with the current viewport (scrolling, zoom) to update its position attribute, so that later calls like bounds() will report the |