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

Unified Diff: Source/core/frame/VisualViewport.h

Issue 1308053003: Replace pinch scrollbars with regular scrollbars. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix webkit_unit_tests Created 5 years, 4 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: Source/core/frame/VisualViewport.h
diff --git a/Source/core/frame/VisualViewport.h b/Source/core/frame/VisualViewport.h
index e1831b29873c518e99eede32574e55f6ba43dc54..5c79c4c64142759568356a61ca7936da2503debe 100644
--- a/Source/core/frame/VisualViewport.h
+++ b/Source/core/frame/VisualViewport.h
@@ -195,6 +195,8 @@ public:
private:
explicit VisualViewport(FrameHost&);
+ bool visualViewportSuppliesScrollbars() const;
+
// GraphicsLayerClient implementation.
void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip) override;
String debugName(const GraphicsLayer*) override;

Powered by Google App Engine
This is Rietveld 408576698