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

Side by Side Diff: content/browser/renderer_host/render_widget_host_view_base.h

Issue 1094113003: Allow out-of-process iframes to render to compositing surfaces. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Missed one Created 5 years, 6 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
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_RENDERER_HOST_RENDER_WIDGET_HOST_VIEW_BASE_H_ 5 #ifndef CONTENT_BROWSER_RENDERER_HOST_RENDER_WIDGET_HOST_VIEW_BASE_H_
6 #define CONTENT_BROWSER_RENDERER_HOST_RENDER_WIDGET_HOST_VIEW_BASE_H_ 6 #define CONTENT_BROWSER_RENDERER_HOST_RENDER_WIDGET_HOST_VIEW_BASE_H_
7 7
8 #if defined(OS_MACOSX)
9 #include <OpenGL/OpenGL.h>
10 #endif
11
12 #include <string> 8 #include <string>
13 #include <vector> 9 #include <vector>
14 10
15 #include "base/callback_forward.h" 11 #include "base/callback_forward.h"
16 #include "base/memory/scoped_ptr.h" 12 #include "base/memory/scoped_ptr.h"
17 #include "base/process/kill.h" 13 #include "base/process/kill.h"
18 #include "base/timer/timer.h" 14 #include "base/timer/timer.h"
19 #include "cc/output/compositor_frame.h" 15 #include "cc/output/compositor_frame.h"
20 #include "content/browser/renderer_host/event_with_latency_info.h" 16 #include "content/browser/renderer_host/event_with_latency_info.h"
21 #include "content/common/content_export.h" 17 #include "content/common/content_export.h"
(...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 base::OneShotTimer<RenderWidgetHostViewBase> flush_input_timer_; 416 base::OneShotTimer<RenderWidgetHostViewBase> flush_input_timer_;
421 417
422 base::WeakPtrFactory<RenderWidgetHostViewBase> weak_factory_; 418 base::WeakPtrFactory<RenderWidgetHostViewBase> weak_factory_;
423 419
424 DISALLOW_COPY_AND_ASSIGN(RenderWidgetHostViewBase); 420 DISALLOW_COPY_AND_ASSIGN(RenderWidgetHostViewBase);
425 }; 421 };
426 422
427 } // namespace content 423 } // namespace content
428 424
429 #endif // CONTENT_BROWSER_RENDERER_HOST_RENDER_WIDGET_HOST_VIEW_BASE_H_ 425 #endif // CONTENT_BROWSER_RENDERER_HOST_RENDER_WIDGET_HOST_VIEW_BASE_H_
OLDNEW
« no previous file with comments | « content/browser/frame_host/render_widget_host_view_guest_unittest.cc ('k') | content/common/cc_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698