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

Unified Diff: cc/trees/threaded_channel.h

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/threaded_channel.h
diff --git a/cc/trees/threaded_channel.h b/cc/trees/threaded_channel.h
index 6bced81703a2b06ee2e517e6aade5e1f17d45067..246e34a596b02549ada1e73bb0726779e1e2956c 100644
--- a/cc/trees/threaded_channel.h
+++ b/cc/trees/threaded_channel.h
@@ -84,8 +84,8 @@ class CC_EXPORT ThreadedChannel : public ChannelMain, public ChannelImpl {
~ThreadedChannel() override;
// ChannelMain Implementation
- void UpdateTopControlsStateOnImpl(TopControlsState constraints,
- TopControlsState current,
+ void UpdateTopControlsStateOnImpl(BrowserControlsState constraints,
+ BrowserControlsState current,
bool animate) override;
void InitializeCompositorFrameSinkOnImpl(
CompositorFrameSink* output_surface) override;

Powered by Google App Engine
This is Rietveld 408576698