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

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

Issue 1318603005: Revert of Replace pinch scrollbars with regular scrollbars. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
« no previous file with comments | « Source/core/frame/FrameView.cpp ('k') | Source/core/frame/VisualViewport.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/VisualViewport.h
diff --git a/Source/core/frame/VisualViewport.h b/Source/core/frame/VisualViewport.h
index 0b05f5252072b89119363e970142c0ec719d9762..e1831b29873c518e99eede32574e55f6ba43dc54 100644
--- a/Source/core/frame/VisualViewport.h
+++ b/Source/core/frame/VisualViewport.h
@@ -87,8 +87,6 @@
return m_innerViewportScrollLayer.get();
}
- void initializeScrollbars();
-
// Sets the location of the visual viewport relative to the outer viewport. The
// coordinates are in partial CSS pixels.
void setLocation(const FloatPoint&);
@@ -197,8 +195,6 @@
private:
explicit VisualViewport(FrameHost&);
- bool visualViewportSuppliesScrollbars() const;
-
// GraphicsLayerClient implementation.
void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip) override;
String debugName(const GraphicsLayer*) override;
« no previous file with comments | « Source/core/frame/FrameView.cpp ('k') | Source/core/frame/VisualViewport.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698