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

Side by Side Diff: content/renderer/pepper/message_channel.h

Issue 20165002: Move webkit/plugins/ppapi to content/renderer/pepper. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: more more clang fun Created 7 years, 4 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 | Annotate | Revision Log
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 WEBKIT_PLUGINS_PPAPI_MESSAGE_CHANNEL_H_ 5 #ifndef CONTENT_RENDERER_PEPPER_MESSAGE_CHANNEL_H_
6 #define WEBKIT_PLUGINS_PPAPI_MESSAGE_CHANNEL_H_ 6 #define CONTENT_RENDERER_PEPPER_MESSAGE_CHANNEL_H_
7 7
8 #include <deque> 8 #include <deque>
9 9
10 #include "base/memory/weak_ptr.h" 10 #include "base/memory/weak_ptr.h"
11 #include "ppapi/shared_impl/resource.h" 11 #include "ppapi/shared_impl/resource.h"
12 #include "third_party/WebKit/public/web/WebSerializedScriptValue.h" 12 #include "third_party/WebKit/public/web/WebSerializedScriptValue.h"
13 #include "third_party/npapi/bindings/npruntime.h" 13 #include "third_party/npapi/bindings/npruntime.h"
14 14
15 struct PP_Var; 15 struct PP_Var;
16 16
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 DRAIN_CANCELLED // Preempt drain, go back to QUEUE. 113 DRAIN_CANCELLED // Preempt drain, go back to QUEUE.
114 }; 114 };
115 EarlyMessageQueueState early_message_queue_state_; 115 EarlyMessageQueueState early_message_queue_state_;
116 116
117 DISALLOW_COPY_AND_ASSIGN(MessageChannel); 117 DISALLOW_COPY_AND_ASSIGN(MessageChannel);
118 }; 118 };
119 119
120 } // namespace ppapi 120 } // namespace ppapi
121 } // namespace webkit 121 } // namespace webkit
122 122
123 #endif // WEBKIT_PLUGINS_PPAPI_MESSAGE_CHANNEL_H_ 123 #endif // CONTENT_RENDERER_PEPPER_MESSAGE_CHANNEL_H_
OLDNEW
« no previous file with comments | « content/renderer/pepper/host_var_tracker_unittest.cc ('k') | content/renderer/pepper/message_channel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698