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

Unified Diff: services/gfx/compositor/renderer_impl.h

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/compositor_engine.cc ('k') | services/gfx/compositor/renderer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/gfx/compositor/renderer_impl.h
diff --git a/services/gfx/compositor/renderer_impl.h b/services/gfx/compositor/renderer_impl.h
index 35683bfc107df8bcd953b27bf411641631dc6b87..d122299abf21cf4434de9352346005e9e6dbf698 100644
--- a/services/gfx/compositor/renderer_impl.h
+++ b/services/gfx/compositor/renderer_impl.h
@@ -35,7 +35,7 @@ class RendererImpl : public mojo::gfx::composition::Renderer,
void SetRootScene(mojo::gfx::composition::SceneTokenPtr scene_token,
uint32 scene_version,
mojo::RectPtr viewport) override;
- void ResetRootScene() override;
+ void ClearRootScene() override;
void GetHitTester(mojo::InterfaceRequest<mojo::gfx::composition::HitTester>
hit_tester_request) override;
« no previous file with comments | « services/gfx/compositor/compositor_engine.cc ('k') | services/gfx/compositor/renderer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698