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

Unified Diff: chrome/renderer/device_orientation_dispatcher.h

Issue 6366019: Part 1 of repairing regressions to my old clang check plugins so Nico can (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove Nico's changes that I patched in for testing. Created 9 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
Index: chrome/renderer/device_orientation_dispatcher.h
diff --git a/chrome/renderer/device_orientation_dispatcher.h b/chrome/renderer/device_orientation_dispatcher.h
index cbd32bc5f1b7533cc3233a3fcfa436c9d2aa9cd4..0d0115e932c4af999de96cf00b34343096eb368e 100644
--- a/chrome/renderer/device_orientation_dispatcher.h
+++ b/chrome/renderer/device_orientation_dispatcher.h
@@ -17,12 +17,12 @@ struct ViewMsg_DeviceOrientationUpdated_Params;
class DeviceOrientationDispatcher : public RenderViewObserver,
public WebKit::WebDeviceOrientationClient {
public:
- DeviceOrientationDispatcher(RenderView* render_view);
+ explicit DeviceOrientationDispatcher(RenderView* render_view);
Nico 2011/01/27 03:55:17 +1
virtual ~DeviceOrientationDispatcher();
private:
// RenderView::Observer implementation.
- bool OnMessageReceived(const IPC::Message& message);
+ virtual bool OnMessageReceived(const IPC::Message& message);
// From WebKit::WebDeviceOrientationClient.
virtual void setController(

Powered by Google App Engine
This is Rietveld 408576698