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

Issue 454993002: preemptive add new virtual for onDrawPicture (Closed)

Created:
6 years, 4 months ago by reed1
Modified:
6 years, 4 months ago
CC:
blink-reviews, jamesr, krit, jbroman, danakj, Rik, Stephen Chennney, pdr., rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

preemptive add new virtual for onDrawPicture skia is changing the signature for onDrawPicture, so this CL adds the new one, and removes OVERRIDE from the old. BUG= Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179885

Patch Set 1 #

Total comments: 3

Patch Set 2 : don't add OVERRIDE for cross-module subclassing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -3 lines) Patch
M Source/platform/graphics/LoggingCanvas.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M Source/platform/graphics/LoggingCanvas.cpp View 1 chunk +7 lines, -0 lines 0 comments Download
M Source/platform/graphics/ProfilingCanvas.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M Source/platform/graphics/ProfilingCanvas.cpp View 1 chunk +6 lines, -0 lines 0 comments Download
M Source/platform/graphics/ReplayingCanvas.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M Source/platform/graphics/ReplayingCanvas.cpp View 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
reed1
6 years, 4 months ago (2014-08-08 19:29:46 UTC) #1
danakj
https://codereview.chromium.org/454993002/diff/1/Source/platform/graphics/LoggingCanvas.h File Source/platform/graphics/LoggingCanvas.h (right): https://codereview.chromium.org/454993002/diff/1/Source/platform/graphics/LoggingCanvas.h#newcode75 Source/platform/graphics/LoggingCanvas.h:75: virtual void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) OVERRIDE; ...
6 years, 4 months ago (2014-08-08 19:32:49 UTC) #2
reed1
https://codereview.chromium.org/454993002/diff/1/Source/platform/graphics/LoggingCanvas.h File Source/platform/graphics/LoggingCanvas.h (right): https://codereview.chromium.org/454993002/diff/1/Source/platform/graphics/LoggingCanvas.h#newcode75 Source/platform/graphics/LoggingCanvas.h:75: virtual void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) OVERRIDE; ...
6 years, 4 months ago (2014-08-08 19:40:22 UTC) #3
danakj
https://codereview.chromium.org/454993002/diff/1/Source/platform/graphics/LoggingCanvas.h File Source/platform/graphics/LoggingCanvas.h (right): https://codereview.chromium.org/454993002/diff/1/Source/platform/graphics/LoggingCanvas.h#newcode75 Source/platform/graphics/LoggingCanvas.h:75: virtual void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) OVERRIDE; ...
6 years, 4 months ago (2014-08-08 19:47:33 UTC) #4
f(malita)
rslgtm
6 years, 4 months ago (2014-08-08 19:52:01 UTC) #5
jamesr
I believe the clang checker will require OVERRIDE here (please confirm, though). It doesn't require ...
6 years, 4 months ago (2014-08-08 19:58:46 UTC) #6
reed2
The CQ bit was checked by reed@chromium.org
6 years, 4 months ago (2014-08-09 15:32:53 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/reed@google.com/454993002/20001
6 years, 4 months ago (2014-08-09 15:33:03 UTC) #8
commit-bot: I haz the power
6 years, 4 months ago (2014-08-09 16:35:45 UTC) #9
Message was sent while issue was closed.
Change committed as 179885

Powered by Google App Engine
This is Rietveld 408576698