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

Unified Diff: content/renderer/child_frame_compositing_helper.h

Issue 1643063002: Revert of Handle pointer-events: none in browser process hittesting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « content/renderer/BUILD.gn ('k') | content/renderer/child_frame_compositing_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 707955cafa8b7ef7cc15f3241f040e3fb25bd0ad..d2d4e78cda2510a40c87334415d1d23c5db862c5 100644
--- a/content/renderer/child_frame_compositing_helper.h
+++ b/content/renderer/child_frame_compositing_helper.h
@@ -15,7 +15,6 @@
#include "base/memory/scoped_ptr.h"
#include "base/memory/shared_memory.h"
#include "cc/layers/delegated_frame_resource_collection.h"
-#include "cc/surfaces/surface_id.h"
#include "content/common/content_export.h"
#include "ui/gfx/geometry/size.h"
@@ -24,6 +23,7 @@
}
namespace cc {
+struct SurfaceId;
struct SurfaceSequence;
class CompositorFrame;
@@ -78,8 +78,6 @@
const cc::SurfaceSequence& sequence);
void UpdateVisibility(bool);
void ChildFrameGone();
-
- cc::SurfaceId surface_id() const { return surface_id_; }
// cc::DelegatedFrameProviderClient implementation.
void UnusedResourcesAreAvailable() override;
@@ -148,7 +146,6 @@
scoped_refptr<cc::DelegatedFrameProvider> frame_provider_;
scoped_ptr<blink::WebLayer> web_layer_;
- cc::SurfaceId surface_id_;
blink::WebFrame* frame_;
DISALLOW_COPY_AND_ASSIGN(ChildFrameCompositingHelper);
« no previous file with comments | « content/renderer/BUILD.gn ('k') | content/renderer/child_frame_compositing_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698