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

Unified Diff: content/browser/renderer_host/render_widget_host_view_android.h

Issue 2118653005: Android: Remove some dead code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Android: Remove some dead code Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/browser/renderer_host/render_widget_host_view_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/render_widget_host_view_android.h
diff --git a/content/browser/renderer_host/render_widget_host_view_android.h b/content/browser/renderer_host/render_widget_host_view_android.h
index 93b76fa28b2b8e2f18a1a61f97e3c175df169271..eab7d120fe5d567f6b029a164d294537364cd2c6 100644
--- a/content/browser/renderer_host/render_widget_host_view_android.h
+++ b/content/browser/renderer_host/render_widget_host_view_android.h
@@ -19,6 +19,7 @@
#include "base/memory/weak_ptr.h"
#include "base/process/process.h"
#include "cc/input/selection.h"
+#include "cc/layers/surface_layer.h"
#include "cc/output/begin_frame_args.h"
#include "cc/surfaces/surface_factory_client.h"
#include "cc/surfaces/surface_id.h"
@@ -236,8 +237,6 @@ class CONTENT_EXPORT RenderWidgetHostViewAndroid
gfx::Rect src_subrect,
const ReadbackRequestCallback& result_callback);
- scoped_refptr<cc::Layer> CreateDelegatedLayer() const;
-
bool HasValidFrame() const;
void MoveCaret(const gfx::Point& point);
@@ -264,8 +263,6 @@ class CONTENT_EXPORT RenderWidgetHostViewAndroid
void DestroyDelegatedContent();
void CheckOutputSurfaceChanged(uint32_t output_surface_id);
void SubmitCompositorFrame(cc::CompositorFrame frame_data);
- void SwapDelegatedFrame(uint32_t output_surface_id,
- cc::CompositorFrame frame_data);
void SendDelegatedFrameAck(uint32_t output_surface_id);
void SendReturnedDelegatedResources(uint32_t output_surface_id);
« no previous file with comments | « no previous file | content/browser/renderer_host/render_widget_host_view_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698