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

Unified Diff: cc/scrollbar_layer.h

Issue 11550035: Implement pinch-zoom scaling for main-frame scrollbars and pinch-zoom overlay scrollbars. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix impl-side painting issues. Created 7 years, 10 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
Index: cc/scrollbar_layer.h
diff --git a/cc/scrollbar_layer.h b/cc/scrollbar_layer.h
index e26cbdea2875cc2071a980d34512181f937d8d19..7858217d93bb029969fb180f0605de92679f19a8 100644
--- a/cc/scrollbar_layer.h
+++ b/cc/scrollbar_layer.h
@@ -33,6 +33,7 @@ public:
void setScrollLayerId(int id);
WebKit::WebScrollbar::Orientation orientation() const;
+ bool isOverlay() const;
// Layer interface
virtual void setTexturePriorities(const PriorityCalculator&) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698