summaryrefslogtreecommitdiffstats
path: root/content/port
diff options
context:
space:
mode:
authorccameron@chromium.org <ccameron@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-17 08:50:04 +0000
committerccameron@chromium.org <ccameron@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-17 08:50:04 +0000
commit2d81c8a29136df3d89f114ac167dc7f063581ac1 (patch)
tree3a54d4ec63d1a28a86e691f82f4e9cbc2ede51b6 /content/port
parent65dd9039dc12bf104cdec02e1d154839309a6516 (diff)
downloadchromium_src-2d81c8a29136df3d89f114ac167dc7f063581ac1.zip
chromium_src-2d81c8a29136df3d89f114ac167dc7f063581ac1.tar.gz
chromium_src-2d81c8a29136df3d89f114ac167dc7f063581ac1.tar.bz2
Remove code only used by Mac single threaded compositing.
Mac single threaded compositing is no longer a shipping configuration, so remove code added to throttle swap acks for the single threaded compositor path. The Mac single threaded path will still work, but will not have a throttled framerate anymore. This will become even less relevant as the Mac moves to a browser compositor. Pull out all code associated with AboutToWaitForBackingStoreMsg, since does nothing now. Also remove some dead function prototypes. BUG=286038 Review URL: https://codereview.chromium.org/116103002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@241225 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/port')
-rw-r--r--content/port/browser/render_widget_host_view_port.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/content/port/browser/render_widget_host_view_port.h b/content/port/browser/render_widget_host_view_port.h
index a668af6..54d6069f 100644
--- a/content/port/browser/render_widget_host_view_port.h
+++ b/content/port/browser/render_widget_host_view_port.h
@@ -318,9 +318,6 @@ class CONTENT_EXPORT RenderWidgetHostViewPort : public RenderWidgetHostView,
virtual void DidReceiveRendererFrame() = 0;
#if defined(OS_MACOSX)
- // Called just before GetBackingStore blocks for an updated frame.
- virtual void AboutToWaitForBackingStoreMsg() = 0;
-
// Does any event handling necessary for plugin IME; should be called after
// the plugin has already had a chance to process the event. If plugin IME is
// not enabled, this is a no-op, so it is always safe to call.