Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(221)

Unified Diff: Source/web/PinchViewports.h

Issue 23464035: Create Pinch Virtual Viewport scrollbar layers in Blink. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase, fix include order. Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/web/PinchViewports.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/PinchViewports.h
diff --git a/Source/web/PinchViewports.h b/Source/web/PinchViewports.h
index 0261057dee3ed4cd877b0bc7619272e0322a9cf8..a26cf460184501c57b09ca0d3eb642b7eeea3f5a 100644
--- a/Source/web/PinchViewports.h
+++ b/Source/web/PinchViewports.h
@@ -83,6 +83,8 @@ private:
OwnPtr<WebCore::GraphicsLayer> m_innerViewportScrollLayer;
OwnPtr<WebCore::GraphicsLayer> m_overlayScrollbarHorizontal;
OwnPtr<WebCore::GraphicsLayer> m_overlayScrollbarVertical;
+ OwnPtr<WebScrollbarLayer> m_webOverlayScrollbarHorizontal;
+ OwnPtr<WebScrollbarLayer> m_webOverlayScrollbarVertical;
};
} // namespace WebKit
« no previous file with comments | « no previous file | Source/web/PinchViewports.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698