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

Unified Diff: services/gfx/compositor/renderer_state.cc

Issue 1779933003: Mozart: Replace Set/Reset nomenclature with Set/Clear. (Closed) Base URL: git@github.com:domokit/mojo.git@moz-8
Patch Set: Created 4 years, 9 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 | « services/gfx/compositor/renderer_state.h ('k') | services/ui/launcher/launcher_view_tree.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/gfx/compositor/renderer_state.cc
diff --git a/services/gfx/compositor/renderer_state.cc b/services/gfx/compositor/renderer_state.cc
index eb4fa0e72f9fda345459f20c64c925d87b5e48f6..604bb320978bdc8fa5a398efd3bd98114e05f50b 100644
--- a/services/gfx/compositor/renderer_state.cc
+++ b/services/gfx/compositor/renderer_state.cc
@@ -30,7 +30,7 @@ bool RendererState::SetRootScene(SceneState* scene,
return false;
}
-bool RendererState::ResetRootScene() {
+bool RendererState::ClearRootScene() {
if (root_scene_) {
root_scene_ = nullptr;
SetSnapshot(nullptr);
« no previous file with comments | « services/gfx/compositor/renderer_state.h ('k') | services/ui/launcher/launcher_view_tree.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698