diff options
Diffstat (limited to 'WebCore/platform/graphics/android/GLWebViewState.h')
-rw-r--r-- | WebCore/platform/graphics/android/GLWebViewState.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/platform/graphics/android/GLWebViewState.h b/WebCore/platform/graphics/android/GLWebViewState.h index 7892337..980dd3c 100644 --- a/WebCore/platform/graphics/android/GLWebViewState.h +++ b/WebCore/platform/graphics/android/GLWebViewState.h @@ -181,7 +181,7 @@ public: void scheduleUpdate(const double& currentTime, const SkIRect& viewport, float scale); void paintExtras(); - void setRings(Vector<IntRect>& rings); + void setRings(Vector<IntRect>& rings, bool isPressed); void resetRings(); void drawFocusRing(IntRect& rect); @@ -290,6 +290,7 @@ private: #endif bool m_displayRings; Vector<IntRect> m_rings; + bool m_ringsIsPressed; int m_focusRingTexture; }; |