Chromium Code Reviews

Side by Side Diff: webkit/glue/plugins/webplugin_delegate_impl_mac.mm

Issue 3037044: FBTF: Remove unneeded headers from base/ (part 3) (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
« no previous file with comments | « views/focus/accelerator_handler_gtk.cc ('k') | no next file » | 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) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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 #import <Cocoa/Cocoa.h> 5 #import <Cocoa/Cocoa.h>
6 #import <QuartzCore/QuartzCore.h> 6 #import <QuartzCore/QuartzCore.h>
7 7
8 #include "webkit/glue/plugins/webplugin_delegate_impl.h" 8 #include "webkit/glue/plugins/webplugin_delegate_impl.h"
9 9
10 #include <string> 10 #include <string>
11 #include <unistd.h> 11 #include <unistd.h>
12 #include <set> 12 #include <set>
13 13
14 #include "base/file_util.h" 14 #include "base/file_util.h"
15 #include "base/lazy_instance.h"
16 #include "base/message_loop.h" 15 #include "base/message_loop.h"
17 #include "base/scoped_ptr.h" 16 #include "base/scoped_ptr.h"
18 #include "base/stats_counters.h" 17 #include "base/stats_counters.h"
19 #include "base/string_util.h" 18 #include "base/string_util.h"
20 #include "third_party/WebKit/WebKit/chromium/public/WebInputEvent.h" 19 #include "third_party/WebKit/WebKit/chromium/public/WebInputEvent.h"
21 #include "webkit/glue/plugins/plugin_instance.h" 20 #include "webkit/glue/plugins/plugin_instance.h"
22 #include "webkit/glue/plugins/plugin_lib.h" 21 #include "webkit/glue/plugins/plugin_lib.h"
23 #include "webkit/glue/plugins/plugin_list.h" 22 #include "webkit/glue/plugins/plugin_list.h"
24 #include "webkit/glue/plugins/plugin_stream_url.h" 23 #include "webkit/glue/plugins/plugin_stream_url.h"
25 #include "webkit/glue/plugins/plugin_web_event_converter_mac.h" 24 #include "webkit/glue/plugins/plugin_web_event_converter_mac.h"
(...skipping 1125 matching lines...)
1151 return; 1150 return;
1152 } 1151 }
1153 1152
1154 qd_manager_->SetFastPathEnabled(enabled); 1153 qd_manager_->SetFastPathEnabled(enabled);
1155 qd_port_.port = qd_manager_->port(); 1154 qd_port_.port = qd_manager_->port();
1156 WindowlessSetWindow(); 1155 WindowlessSetWindow();
1157 // Send a paint event so that the new buffer gets updated immediately. 1156 // Send a paint event so that the new buffer gets updated immediately.
1158 WindowlessPaint(buffer_context_, clip_rect_); 1157 WindowlessPaint(buffer_context_, clip_rect_);
1159 } 1158 }
1160 #endif // !NP_NO_QUICKDRAW 1159 #endif // !NP_NO_QUICKDRAW
OLDNEW
« no previous file with comments | « views/focus/accelerator_handler_gtk.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine