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

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

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.cc
diff --git a/content/browser/device_orientation/orientation_message_filter.cc b/content/browser/device_orientation/orientation_message_filter.cc
index f04a5a8c59c853d049ebbf46363e3b6e1869e61b..b7cde5769812897c38f9fdf5ba12f15ff565ec09 100644
--- a/content/browser/device_orientation/orientation_message_filter.cc
+++ b/content/browser/device_orientation/orientation_message_filter.cc
@@ -5,13 +5,13 @@
#include "content/browser/device_orientation/orientation_message_filter.h"
#include "content/browser/device_orientation/device_data.h"
-#include "content/common/device_orientation_messages.h"
+#include "content/common/device_orientation/device_orientation_messages.h"
#include "content/public/browser/browser_thread.h"
namespace content {
OrientationMessageFilter::OrientationMessageFilter()
- : DeviceOrientationMessageFilter(DeviceData::kTypeOrientation) {
+ : DeviceOrientationMessageFilterOld(DeviceData::kTypeOrientation) {
}
OrientationMessageFilter::~OrientationMessageFilter() {

Powered by Google App Engine
This is Rietveld 408576698