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

Unified Diff: content/renderer/device_orientation_dispatcher.h

Issue 6688054: Move geolocation, desktop notification, and device orientation into their own message files. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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 | « content/renderer/content_renderer_client.cc ('k') | content/renderer/device_orientation_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/device_orientation_dispatcher.h
===================================================================
--- content/renderer/device_orientation_dispatcher.h (revision 78781)
+++ content/renderer/device_orientation_dispatcher.h (working copy)
@@ -10,9 +10,11 @@
#include "base/scoped_ptr.h"
#include "content/renderer/render_view_observer.h"
-namespace WebKit { class WebDeviceOrientation; }
+namespace WebKit {
+class WebDeviceOrientation;
+}
-struct ViewMsg_DeviceOrientationUpdated_Params;
+struct DeviceOrientationMsg_Updated_Params;
class DeviceOrientationDispatcher : public RenderViewObserver,
public WebKit::WebDeviceOrientationClient {
@@ -32,7 +34,7 @@
virtual WebKit::WebDeviceOrientation lastOrientation() const;
void OnDeviceOrientationUpdated(
- const ViewMsg_DeviceOrientationUpdated_Params& p);
+ const DeviceOrientationMsg_Updated_Params& p);
scoped_ptr<WebKit::WebDeviceOrientationController> controller_;
scoped_ptr<WebKit::WebDeviceOrientation> last_orientation_;
« no previous file with comments | « content/renderer/content_renderer_client.cc ('k') | content/renderer/device_orientation_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698