diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-10 16:20:31 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-10 16:20:31 +0000 |
commit | a2ef54c1a1061112b48a583c466606ccf07dc28a (patch) | |
tree | dbef7f9418364ac59bf9d32cde8be4da8a98b625 /content/renderer/device_orientation_dispatcher.cc | |
parent | 037ffc68a78fd89048dfebc3c1d72b12eac1287e (diff) | |
download | chromium_src-a2ef54c1a1061112b48a583c466606ccf07dc28a.zip chromium_src-a2ef54c1a1061112b48a583c466606ccf07dc28a.tar.gz chromium_src-a2ef54c1a1061112b48a583c466606ccf07dc28a.tar.bz2 |
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
Diffstat (limited to 'content/renderer/device_orientation_dispatcher.cc')
-rw-r--r-- | content/renderer/device_orientation_dispatcher.cc | 1 |
1 files changed, 1 insertions, 0 deletions
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" |