summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/android_graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/android/android_graphics.h')
-rw-r--r--Source/WebCore/platform/graphics/android/android_graphics.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebCore/platform/graphics/android/android_graphics.h b/Source/WebCore/platform/graphics/android/android_graphics.h
index 89312b5..60ac115 100644
--- a/Source/WebCore/platform/graphics/android/android_graphics.h
+++ b/Source/WebCore/platform/graphics/android/android_graphics.h
@@ -33,6 +33,7 @@
namespace WebCore {
class GraphicsContext;
+ class GLExtras;
}
SkCanvas* android_gc2canvas(GraphicsContext* gc);
@@ -59,6 +60,7 @@ public:
WTF::Vector<IntRect>& rings() { return m_rings; }
private:
friend class WebView;
+ friend class WebCore::GLExtras;
WebViewCore* m_viewImpl; // copy for convenience
WTF::Vector<IntRect> m_rings;
IntRect m_bounds;