| OLD | NEW |
| 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 #include "content/renderer/render_widget.h" | 5 #include "content/renderer/render_widget.h" |
| 6 | 6 |
| 7 #include "base/bind.h" | 7 #include "base/bind.h" |
| 8 #include "base/command_line.h" | 8 #include "base/command_line.h" |
| 9 #include "base/debug/trace_event.h" | 9 #include "base/debug/trace_event.h" |
| 10 #include "base/logging.h" | 10 #include "base/logging.h" |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 #include "content/common/swapped_out_messages.h" | 24 #include "content/common/swapped_out_messages.h" |
| 25 #include "content/common/view_messages.h" | 25 #include "content/common/view_messages.h" |
| 26 #include "content/public/common/content_switches.h" | 26 #include "content/public/common/content_switches.h" |
| 27 #include "content/renderer/gpu/compositor_output_surface.h" | 27 #include "content/renderer/gpu/compositor_output_surface.h" |
| 28 #include "content/renderer/gpu/compositor_software_output_device.h" | 28 #include "content/renderer/gpu/compositor_software_output_device.h" |
| 29 #include "content/renderer/gpu/delegated_compositor_output_surface.h" | 29 #include "content/renderer/gpu/delegated_compositor_output_surface.h" |
| 30 #include "content/renderer/gpu/input_handler_manager.h" | 30 #include "content/renderer/gpu/input_handler_manager.h" |
| 31 #include "content/renderer/gpu/mailbox_output_surface.h" | 31 #include "content/renderer/gpu/mailbox_output_surface.h" |
| 32 #include "content/renderer/gpu/render_widget_compositor.h" | 32 #include "content/renderer/gpu/render_widget_compositor.h" |
| 33 #include "content/renderer/ime_event_guard.h" | 33 #include "content/renderer/ime_event_guard.h" |
| 34 #include "content/renderer/pepper/ppapi_plugin_instance_impl.h" |
| 34 #include "content/renderer/render_process.h" | 35 #include "content/renderer/render_process.h" |
| 35 #include "content/renderer/render_process_visibility_manager.h" | 36 #include "content/renderer/render_process_visibility_manager.h" |
| 36 #include "content/renderer/render_thread_impl.h" | 37 #include "content/renderer/render_thread_impl.h" |
| 37 #include "content/renderer/renderer_webkitplatformsupport_impl.h" | 38 #include "content/renderer/renderer_webkitplatformsupport_impl.h" |
| 38 #include "ipc/ipc_sync_message.h" | 39 #include "ipc/ipc_sync_message.h" |
| 39 #include "skia/ext/platform_canvas.h" | 40 #include "skia/ext/platform_canvas.h" |
| 40 #include "third_party/WebKit/public/platform/WebGraphicsContext3D.h" | 41 #include "third_party/WebKit/public/platform/WebGraphicsContext3D.h" |
| 41 #include "third_party/WebKit/public/platform/WebPoint.h" | 42 #include "third_party/WebKit/public/platform/WebPoint.h" |
| 42 #include "third_party/WebKit/public/platform/WebRect.h" | 43 #include "third_party/WebKit/public/platform/WebRect.h" |
| 43 #include "third_party/WebKit/public/platform/WebSize.h" | 44 #include "third_party/WebKit/public/platform/WebSize.h" |
| 44 #include "third_party/WebKit/public/platform/WebString.h" | 45 #include "third_party/WebKit/public/platform/WebString.h" |
| 45 #include "third_party/WebKit/public/web/WebCursorInfo.h" | 46 #include "third_party/WebKit/public/web/WebCursorInfo.h" |
| 46 #include "third_party/WebKit/public/web/WebHelperPlugin.h" | 47 #include "third_party/WebKit/public/web/WebHelperPlugin.h" |
| 47 #include "third_party/WebKit/public/web/WebPagePopup.h" | 48 #include "third_party/WebKit/public/web/WebPagePopup.h" |
| 48 #include "third_party/WebKit/public/web/WebPopupMenu.h" | 49 #include "third_party/WebKit/public/web/WebPopupMenu.h" |
| 49 #include "third_party/WebKit/public/web/WebPopupMenuInfo.h" | 50 #include "third_party/WebKit/public/web/WebPopupMenuInfo.h" |
| 50 #include "third_party/WebKit/public/web/WebRange.h" | 51 #include "third_party/WebKit/public/web/WebRange.h" |
| 51 #include "third_party/WebKit/public/web/WebScreenInfo.h" | 52 #include "third_party/WebKit/public/web/WebScreenInfo.h" |
| 52 #include "third_party/skia/include/core/SkShader.h" | 53 #include "third_party/skia/include/core/SkShader.h" |
| 53 #include "ui/base/ui_base_switches.h" | 54 #include "ui/base/ui_base_switches.h" |
| 54 #include "ui/gfx/point.h" | 55 #include "ui/gfx/point.h" |
| 55 #include "ui/gfx/rect_conversions.h" | 56 #include "ui/gfx/rect_conversions.h" |
| 56 #include "ui/gfx/size_conversions.h" | 57 #include "ui/gfx/size_conversions.h" |
| 57 #include "ui/gfx/skia_util.h" | 58 #include "ui/gfx/skia_util.h" |
| 58 #include "ui/gl/gl_switches.h" | 59 #include "ui/gl/gl_switches.h" |
| 59 #include "ui/surface/transport_dib.h" | 60 #include "ui/surface/transport_dib.h" |
| 60 #include "webkit/glue/webkit_glue.h" | 61 #include "webkit/glue/webkit_glue.h" |
| 61 #include "webkit/plugins/ppapi/ppapi_plugin_instance_impl.h" | |
| 62 #include "webkit/renderer/compositor_bindings/web_rendering_stats_impl.h" | 62 #include "webkit/renderer/compositor_bindings/web_rendering_stats_impl.h" |
| 63 #include "webkit/renderer/cursor_utils.h" | 63 #include "webkit/renderer/cursor_utils.h" |
| 64 | 64 |
| 65 #if defined(OS_ANDROID) | 65 #if defined(OS_ANDROID) |
| 66 #include "content/renderer/android/synchronous_compositor_factory.h" | 66 #include "content/renderer/android/synchronous_compositor_factory.h" |
| 67 #endif | 67 #endif |
| 68 | 68 |
| 69 #if defined(OS_POSIX) | 69 #if defined(OS_POSIX) |
| 70 #include "ipc/ipc_channel_posix.h" | 70 #include "ipc/ipc_channel_posix.h" |
| 71 #include "third_party/skia/include/core/SkMallocPixelRef.h" | 71 #include "third_party/skia/include/core/SkMallocPixelRef.h" |
| (...skipping 2412 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2484 | 2484 |
| 2485 if (!context->InitializeWithDefaultBufferSizes( | 2485 if (!context->InitializeWithDefaultBufferSizes( |
| 2486 attributes, | 2486 attributes, |
| 2487 false /* bind generates resources */, | 2487 false /* bind generates resources */, |
| 2488 CAUSE_FOR_GPU_LAUNCH_WEBGRAPHICSCONTEXT3DCOMMANDBUFFERIMPL_INITIALIZE)
) | 2488 CAUSE_FOR_GPU_LAUNCH_WEBGRAPHICSCONTEXT3DCOMMANDBUFFERIMPL_INITIALIZE)
) |
| 2489 return NULL; | 2489 return NULL; |
| 2490 return context.release(); | 2490 return context.release(); |
| 2491 } | 2491 } |
| 2492 | 2492 |
| 2493 } // namespace content | 2493 } // namespace content |
| OLD | NEW |