summaryrefslogtreecommitdiffstats
path: root/content/common/swapped_out_messages.cc
diff options
context:
space:
mode:
authorfsamuel <fsamuel@chromium.org>2014-09-19 16:23:49 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-19 23:27:12 +0000
commita135a78495712ed3da2d0c74685f7641348930cd (patch)
tree677362c8c2ee775d05e2c04995a6269fe46eab6a /content/common/swapped_out_messages.cc
parent413d75456a61016bf0652800920228241881277d (diff)
downloadchromium_src-a135a78495712ed3da2d0c74685f7641348930cd.zip
chromium_src-a135a78495712ed3da2d0c74685f7641348930cd.tar.gz
chromium_src-a135a78495712ed3da2d0c74685f7641348930cd.tar.bz2
Remove some dead BrowserPlugin and OOPIF compositing code.
BUG=330264 Review URL: https://codereview.chromium.org/590523003 Cr-Commit-Position: refs/heads/master@{#295804}
Diffstat (limited to 'content/common/swapped_out_messages.cc')
-rw-r--r--content/common/swapped_out_messages.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/content/common/swapped_out_messages.cc b/content/common/swapped_out_messages.cc
index 72bf66b..a639a7e 100644
--- a/content/common/swapped_out_messages.cc
+++ b/content/common/swapped_out_messages.cc
@@ -40,7 +40,6 @@ bool SwappedOutMessages::CanSendWhileSwappedOut(const IPC::Message* msg) {
case FrameHostMsg_Detach::ID:
case FrameHostMsg_DomOperationResponse::ID:
case FrameHostMsg_CompositorFrameSwappedACK::ID:
- case FrameHostMsg_BuffersSwappedACK::ID:
case FrameHostMsg_ReclaimCompositorResources::ID:
// Input events propagate from parent to child.
case FrameHostMsg_ForwardInputEvent::ID: