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

Unified Diff: cc/trees/single_thread_proxy.cc

Issue 2443613002: Rename classes related to top controls (Closed)
Patch Set: 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: cc/trees/single_thread_proxy.cc
diff --git a/cc/trees/single_thread_proxy.cc b/cc/trees/single_thread_proxy.cc
index 73e504a7319cbd19d2a9b5f6c26690c3e530f5e2..1b9be208b4dcacc71da2ec8b7fe899248ff0737a 100644
--- a/cc/trees/single_thread_proxy.cc
+++ b/cc/trees/single_thread_proxy.cc
@@ -734,8 +734,8 @@ void SingleThreadProxy::ScheduledActionInvalidateCompositorFrameSink() {
NOTREACHED();
}
-void SingleThreadProxy::UpdateTopControlsState(TopControlsState constraints,
- TopControlsState current,
+void SingleThreadProxy::UpdateTopControlsState(BrowserControlsState constraints,
+ BrowserControlsState current,
bool animate) {
NOTREACHED() << "Top Controls are used only in threaded mode";
}

Powered by Google App Engine
This is Rietveld 408576698