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

Unified Diff: cc/resources/transparency_display_item.h

Issue 817653003: Update from https://crrev.com/309717 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « cc/resources/transform_display_item.h ('k') | cc/scheduler/scheduler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/transparency_display_item.h
diff --git a/cc/resources/transparency_display_item.h b/cc/resources/transparency_display_item.h
index 6766d91d2fde0ff9eb3d54e9d5cb3e9c914aa16b..d5417bc0bc26af8244961c8d119242cae5254a8a 100644
--- a/cc/resources/transparency_display_item.h
+++ b/cc/resources/transparency_display_item.h
@@ -19,7 +19,7 @@ namespace cc {
class CC_EXPORT TransparencyDisplayItem : public DisplayItem {
public:
- virtual ~TransparencyDisplayItem();
+ ~TransparencyDisplayItem() override;
static scoped_ptr<TransparencyDisplayItem> Create(
float opacity,
@@ -43,7 +43,7 @@ class CC_EXPORT TransparencyDisplayItem : public DisplayItem {
class CC_EXPORT EndTransparencyDisplayItem : public DisplayItem {
public:
- virtual ~EndTransparencyDisplayItem();
+ ~EndTransparencyDisplayItem() override;
static scoped_ptr<EndTransparencyDisplayItem> Create() {
return make_scoped_ptr(new EndTransparencyDisplayItem());
« no previous file with comments | « cc/resources/transform_display_item.h ('k') | cc/scheduler/scheduler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698