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

Unified Diff: content/renderer/child_frame_compositing_helper.h

Issue 690263003: <webview>: Remove broken captureVisibleRegion code until feature is properly supported (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: content/renderer/child_frame_compositing_helper.h
diff --git a/content/renderer/child_frame_compositing_helper.h b/content/renderer/child_frame_compositing_helper.h
index 3bb4c28b8a935771bbecb8e316f920a409a90100..b6c4d57f2dea3ba45fa0b0e921cbe08516eddf62 100644
--- a/content/renderer/child_frame_compositing_helper.h
+++ b/content/renderer/child_frame_compositing_helper.h
@@ -21,7 +21,6 @@ class SharedMemory;
namespace cc {
class CompositorFrame;
-class CopyOutputResult;
class Layer;
class SolidColorLayer;
class DelegatedFrameProvider;
@@ -59,9 +58,6 @@ class CONTENT_EXPORT ChildFrameCompositingHelper
static ChildFrameCompositingHelper* CreateForRenderFrameProxy(
RenderFrameProxy* render_frame_proxy);
- void CopyFromCompositingSurface(int request_id,
- gfx::Rect source_rect,
- gfx::Size dest_size);
void DidCommitCompositorFrame();
void EnableCompositing(bool);
void OnContainerDestroy();
@@ -102,10 +98,6 @@ class CONTENT_EXPORT ChildFrameCompositingHelper
float device_scale_factor,
cc::Layer* layer);
void SendReturnedDelegatedResources();
- void CopyFromCompositingSurfaceHasResult(
- int request_id,
- gfx::Size dest_size,
- scoped_ptr<cc::CopyOutputResult> result);
int host_routing_id_;
int last_route_id_;
« no previous file with comments | « content/renderer/browser_plugin/browser_plugin.cc ('k') | content/renderer/child_frame_compositing_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698