From a2ef54c1a1061112b48a583c466606ccf07dc28a Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> Date: Mon, 10 Oct 2011 16:20:31 +0000 Subject: Make RenderView inherit from content::RenderView, and add missing functions to the interface. In a future change I'll rename RenderView to RenderViewImpl. BUG=98716 Review URL: http://codereview.chromium.org/8201029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104727 0039d316-1c4b-4281-b951-d872f2087c98 --- content/renderer/device_orientation_dispatcher.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'content/renderer/device_orientation_dispatcher.cc') diff --git a/content/renderer/device_orientation_dispatcher.cc b/content/renderer/device_orientation_dispatcher.cc index c6c9d60..5a70eca 100644 --- a/content/renderer/device_orientation_dispatcher.cc +++ b/content/renderer/device_orientation_dispatcher.cc @@ -5,6 +5,7 @@ #include "content/renderer/device_orientation_dispatcher.h" #include "content/common/device_orientation_messages.h" +#include "content/renderer/render_view.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebDeviceOrientation.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebDeviceOrientationController.h" -- cgit v1.1