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

Unified Diff: cc/resources/clip_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/output/overlay_unittest.cc ('k') | cc/resources/drawing_display_item.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/clip_display_item.h
diff --git a/cc/resources/clip_display_item.h b/cc/resources/clip_display_item.h
index 55c1ffdfeb0a96303b956eeb77ae2615ebee13ec..20603937e938b196e00b03a89f2801707532059a 100644
--- a/cc/resources/clip_display_item.h
+++ b/cc/resources/clip_display_item.h
@@ -20,7 +20,7 @@ namespace cc {
class CC_EXPORT ClipDisplayItem : public DisplayItem {
public:
- virtual ~ClipDisplayItem();
+ ~ClipDisplayItem() override;
static scoped_ptr<ClipDisplayItem> Create(
gfx::Rect clip_rect,
@@ -45,7 +45,7 @@ class CC_EXPORT ClipDisplayItem : public DisplayItem {
class CC_EXPORT EndClipDisplayItem : public DisplayItem {
public:
- virtual ~EndClipDisplayItem();
+ ~EndClipDisplayItem() override;
static scoped_ptr<EndClipDisplayItem> Create() {
return make_scoped_ptr(new EndClipDisplayItem());
« no previous file with comments | « cc/output/overlay_unittest.cc ('k') | cc/resources/drawing_display_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698