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

Unified Diff: content/browser/device_orientation/orientation_message_filter.h

Issue 20707002: Implement Device Orientation using shared memory in content/renderer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: excluded orientation pump tests on win bots Created 7 years, 4 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: content/browser/device_orientation/orientation_message_filter.h
diff --git a/content/browser/device_orientation/orientation_message_filter.h b/content/browser/device_orientation/orientation_message_filter.h
index 7925f0b5177e2c8fe68bd915d7f6de1469d69808..80181d52a9fe1214b2055a0fc7311ddb04a1cabd 100644
--- a/content/browser/device_orientation/orientation_message_filter.h
+++ b/content/browser/device_orientation/orientation_message_filter.h
@@ -11,7 +11,7 @@
namespace content {
-class OrientationMessageFilter : public DeviceOrientationMessageFilter {
+class OrientationMessageFilter : public DeviceOrientationMessageFilterOld {
public:
OrientationMessageFilter();
« no previous file with comments | « content/browser/device_orientation/orientation.cc ('k') | content/browser/device_orientation/orientation_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698