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

Unified Diff: cc/blink/web_content_layer_impl.h

Issue 2389973002: Use std::unique_ptr to signal ownership transfer in WebCompositorSupport (Closed)
Patch Set: rebase Created 4 years, 2 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
Index: cc/blink/web_content_layer_impl.h
diff --git a/cc/blink/web_content_layer_impl.h b/cc/blink/web_content_layer_impl.h
index 227225df9977104e23bdc4cb88242cc8fde24e4f..46b087ae7cfacda31924fbad40aa0ebb27eb81fa 100644
--- a/cc/blink/web_content_layer_impl.h
+++ b/cc/blink/web_content_layer_impl.h
@@ -31,12 +31,12 @@ class WebContentLayerImpl : public blink::WebContentLayer,
public:
CC_BLINK_EXPORT explicit WebContentLayerImpl(blink::WebContentLayerClient*);
+ ~WebContentLayerImpl() override;
+
// WebContentLayer implementation.
blink::WebLayer* layer() override;
protected:
- ~WebContentLayerImpl() override;
-
// ContentLayerClient implementation.
gfx::Rect PaintableRegion() override;
scoped_refptr<cc::DisplayItemList> PaintContentsToDisplayList(

Powered by Google App Engine
This is Rietveld 408576698