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

Unified Diff: cc/test/fake_output_surface.h

Issue 11419224: Add missing (and remove superfluous) 'explicit' from constructors. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + remove non-straightforward changes Created 7 years, 11 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_layer_tree_host_impl.h ('k') | cc/test/scheduler_test_common.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_output_surface.h
diff --git a/cc/test/fake_output_surface.h b/cc/test/fake_output_surface.h
index 70e79b161fa48816ce75e02a16d2c1bc5758ca12..69636fb061d086885b31a2e9cd762fcde1c84cea 100644
--- a/cc/test/fake_output_surface.h
+++ b/cc/test/fake_output_surface.h
@@ -66,10 +66,10 @@ class FakeOutputSurface : public OutputSurface {
virtual void SendFrameToParentCompositor(const CompositorFrame&) OVERRIDE;
private:
- explicit FakeOutputSurface(
- scoped_ptr<WebKit::WebGraphicsContext3D> context3d, bool has_parent);
- explicit FakeOutputSurface(
- scoped_ptr<SoftwareOutputDevice> software_device, bool has_parent);
+ FakeOutputSurface(scoped_ptr<WebKit::WebGraphicsContext3D> context3d,
+ bool has_parent);
+ FakeOutputSurface(scoped_ptr<SoftwareOutputDevice> software_device,
+ bool has_parent);
scoped_ptr<WebKit::WebGraphicsContext3D> context3d_;
scoped_ptr<SoftwareOutputDevice> software_device_;
« no previous file with comments | « cc/test/fake_layer_tree_host_impl.h ('k') | cc/test/scheduler_test_common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698