Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(365)

Side by Side Diff: content/browser/browser_plugin/browser_plugin_message_filter.h

Issue 590523003: Remove some dead BrowserPlugin and OOPIF compositing code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | content/browser/browser_plugin/browser_plugin_message_filter.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CONTENT_BROWSER_BROWSER_PLUGIN_BROWSER_PLUGIN_MESSAGE_FILTER_H_ 5 #ifndef CONTENT_BROWSER_BROWSER_PLUGIN_BROWSER_PLUGIN_MESSAGE_FILTER_H_
6 #define CONTENT_BROWSER_BROWSER_PLUGIN_BROWSER_PLUGIN_MESSAGE_FILTER_H_ 6 #define CONTENT_BROWSER_BROWSER_PLUGIN_BROWSER_PLUGIN_MESSAGE_FILTER_H_
7 7
8 #include "content/public/browser/browser_message_filter.h" 8 #include "content/public/browser/browser_message_filter.h"
9 9
10 struct FrameHostMsg_BuffersSwappedACK_Params; 10 struct FrameHostMsg_BuffersSwappedACK_Params;
(...skipping 16 matching lines...) Expand all
27 virtual void OnDestruct() const OVERRIDE; 27 virtual void OnDestruct() const OVERRIDE;
28 28
29 private: 29 private:
30 friend class BrowserThread; 30 friend class BrowserThread;
31 friend class base::DeleteHelper<BrowserPluginMessageFilter>; 31 friend class base::DeleteHelper<BrowserPluginMessageFilter>;
32 32
33 virtual ~BrowserPluginMessageFilter(); 33 virtual ~BrowserPluginMessageFilter();
34 34
35 void ForwardMessageToGuest(const IPC::Message& message); 35 void ForwardMessageToGuest(const IPC::Message& message);
36 36
37 void OnSwapBuffersACK(const FrameHostMsg_BuffersSwappedACK_Params& params);
38
39 int render_process_id_; 37 int render_process_id_;
40 38
41 DISALLOW_COPY_AND_ASSIGN(BrowserPluginMessageFilter); 39 DISALLOW_COPY_AND_ASSIGN(BrowserPluginMessageFilter);
42 }; 40 };
43 41
44 } // namespace content 42 } // namespace content
45 43
46 #endif // CONTENT_BROWSER_BROWSER_PLUGIN_BROWSER_PLUGIN_MESSAGE_FILTER_H_ 44 #endif // CONTENT_BROWSER_BROWSER_PLUGIN_BROWSER_PLUGIN_MESSAGE_FILTER_H_
OLDNEW
« no previous file with comments | « no previous file | content/browser/browser_plugin/browser_plugin_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698