summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/GLWebViewState.h
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2011-09-18 11:03:03 -0700
committerJohn Reck <jreck@google.com>2011-09-19 10:43:51 -0700
commit73b4552f8e4e89529f6f44378b80a31f764c1377 (patch)
treeeed181a1da8f3ca74df659b676ef07b2b4b99311 /Source/WebCore/platform/graphics/android/GLWebViewState.h
parent03b9ea031a98d99f5b10bf6edd5d11b9dcdb80eb (diff)
downloadexternal_webkit-73b4552f8e4e89529f6f44378b80a31f764c1377.zip
external_webkit-73b4552f8e4e89529f6f44378b80a31f764c1377.tar.gz
external_webkit-73b4552f8e4e89529f6f44378b80a31f764c1377.tar.bz2
We be GL ringing it all over them layers
Bug: 5333083 Change-Id: Ia2b03d8d9e0167d06f8a900152e25e66372acd59
Diffstat (limited to 'Source/WebCore/platform/graphics/android/GLWebViewState.h')
-rw-r--r--Source/WebCore/platform/graphics/android/GLWebViewState.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/platform/graphics/android/GLWebViewState.h b/Source/WebCore/platform/graphics/android/GLWebViewState.h
index a7803de..6c7d31e 100644
--- a/Source/WebCore/platform/graphics/android/GLWebViewState.h
+++ b/Source/WebCore/platform/graphics/android/GLWebViewState.h
@@ -179,7 +179,7 @@ public:
void setRings(Vector<IntRect>& rings, bool isPressed);
void resetRings();
- void drawFocusRing(IntRect& rect);
+ void drawFocusRing(SkRect& rect);
TiledPage* sibling(TiledPage* page);
TiledPage* frontPage();
@@ -269,7 +269,7 @@ private:
bool m_measurePerfs;
#endif
bool m_displayRings;
- Vector<IntRect> m_rings;
+ SkRegion m_rings;
bool m_ringsIsPressed;
int m_focusRingTexture;