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

Unified Diff: third_party/WebKit/Source/web/WebViewFrameWidget.h

Issue 2443613002: Rename classes related to top controls (Closed)
Patch Set: fix test Created 4 years, 2 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: third_party/WebKit/Source/web/WebViewFrameWidget.h
diff --git a/third_party/WebKit/Source/web/WebViewFrameWidget.h b/third_party/WebKit/Source/web/WebViewFrameWidget.h
index d6a97ac5ef6e4eec2f9fadc7ebf8aded5d381be4..cf4cad07654c10a2de123ea9f09917b1b2dc6dc9 100644
--- a/third_party/WebKit/Source/web/WebViewFrameWidget.h
+++ b/third_party/WebKit/Source/web/WebViewFrameWidget.h
@@ -61,7 +61,7 @@ class WebViewFrameWidget : public WebFrameWidgetBase {
const WebFloatSize& layoutViewportDelta,
const WebFloatSize& elasticOverscrollDelta,
float scaleFactor,
- float topControlsShownRatioDelta) override;
+ float browserControlsShownRatioDelta) override;
void mouseCaptureLost() override;
void setFocus(bool) override;
bool setComposition(const WebString& text,
@@ -91,9 +91,9 @@ class WebViewFrameWidget : public WebFrameWidgetBase {
WebPagePopup* pagePopup() const override;
bool getCompositionCharacterBounds(WebVector<WebRect>& bounds) override;
void applyReplacementRange(const WebRange&) override;
- void updateTopControlsState(WebTopControlsState constraints,
- WebTopControlsState current,
- bool animate) override;
+ void updateBrowserControlsState(WebBrowserControlsState constraints,
+ WebBrowserControlsState current,
+ bool animate) override;
void setVisibilityState(WebPageVisibilityState) override;
bool isTransparent() const override;
void setIsTransparent(bool) override;
« no previous file with comments | « third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp ('k') | third_party/WebKit/Source/web/WebViewFrameWidget.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698