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

Unified Diff: content/renderer/gpu/render_widget_compositor.h

Issue 981483002: Remove Unused setTopControlsContentOffset function (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | content/renderer/gpu/render_widget_compositor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/gpu/render_widget_compositor.h
diff --git a/content/renderer/gpu/render_widget_compositor.h b/content/renderer/gpu/render_widget_compositor.h
index 239362cb7cafd1d5a16a45475339a69d969906ac..240a043bfea2b866b0ac3ca81c265c98fe59672f 100644
--- a/content/renderer/gpu/render_widget_compositor.h
+++ b/content/renderer/gpu/render_widget_compositor.h
@@ -131,8 +131,6 @@ class CONTENT_EXPORT RenderWidgetCompositor
bool animate);
virtual void setTopControlsHeight(float height, bool shrink);
virtual void setTopControlsShownRatio(float);
- // TODO(aelias): Delete after Blink roll
- virtual void setTopControlsContentOffset(float);
// cc::LayerTreeHostClient implementation.
void WillBeginMainFrame() override;
« no previous file with comments | « no previous file | content/renderer/gpu/render_widget_compositor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698