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

Unified Diff: cc/test/fake_content_layer_impl.h

Issue 12774006: cc: Chromify Layer and LayerImpl classes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: MoreAndroidCompilings Created 7 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 | « cc/test/fake_content_layer.cc ('k') | cc/test/fake_content_layer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_content_layer_impl.h
diff --git a/cc/test/fake_content_layer_impl.h b/cc/test/fake_content_layer_impl.h
index 0d797a662c3957235f8d096599dae174dffcfcd8..ea81a0d0e67698651f9a9bad6b366a5b5096464e 100644
--- a/cc/test/fake_content_layer_impl.h
+++ b/cc/test/fake_content_layer_impl.h
@@ -25,7 +25,7 @@ class FakeContentLayerImpl : public TiledLayerImpl {
}
void reset_lost_output_surface_count() { lost_output_surface_count_ = 0; }
- virtual void didLoseOutputSurface() OVERRIDE;
+ virtual void DidLoseOutputSurface() OVERRIDE;
private:
explicit FakeContentLayerImpl(LayerTreeImpl* tree_impl, int id);
« no previous file with comments | « cc/test/fake_content_layer.cc ('k') | cc/test/fake_content_layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698