summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/render_widget_host_impl.h
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-07 06:03:20 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-07 06:03:20 +0000
commit7754b4db6b733fbebd4cf1fac8e6389afb091b4f (patch)
treed59efd898b043e8f021b6b6fe57bedfbb4bbb935 /content/browser/renderer_host/render_widget_host_impl.h
parent8fc0ff1a512bfcdc00835cf48c048ac07574a595 (diff)
downloadchromium_src-7754b4db6b733fbebd4cf1fac8e6389afb091b4f.zip
chromium_src-7754b4db6b733fbebd4cf1fac8e6389afb091b4f.tar.gz
chromium_src-7754b4db6b733fbebd4cf1fac8e6389afb091b4f.tar.bz2
This is a revert of 171414 with a different workaround to get the view in WebContentsViewAura::WindowObserver::SendScreenRects. I'll make a larger change to get rid of RenderviewHostView caching in WebContentsView implementations later.
BUG=162981 Review URL: https://codereview.chromium.org/11476010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171699 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/renderer_host/render_widget_host_impl.h')
-rw-r--r--content/browser/renderer_host/render_widget_host_impl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h
index 062e9ce..228789d 100644
--- a/content/browser/renderer_host/render_widget_host_impl.h
+++ b/content/browser/renderer_host/render_widget_host_impl.h
@@ -640,10 +640,6 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual public RenderWidgetHost,
void OnWindowlessPluginDummyWindowDestroyed(
gfx::NativeViewId dummy_activation_window);
#endif
-#if defined(OS_CHROMEOS) // http://crbug.com/162981
- void OnMsgGetWindowRect(gfx::Rect* results);
- void OnMsgGetRootWindowRect(gfx::Rect* results);
-#endif
// Called (either immediately or asynchronously) after we're done with our
// BackingStore and can send an ACK to the renderer so it can paint onto it