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

Issue 15746003: Remove offsetcanvas from debugger (Closed)

Created:
7 years, 7 months ago by robertphillips
Modified:
7 years, 7 months ago
Reviewers:
scroggo, djsollen
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

I'm proposing this as a superset of https://codereview.chromium.org/14103024/. This fixes the problem Leon was encountering (op counts getting confused due to NOOPs) and removes some unnecessary code.

Patch Set 1 #

Total comments: 11

Patch Set 2 : Addressed code review issues #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -126 lines) Patch
M debugger/QT/SkDebuggerGUI.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M debugger/QT/SkDebuggerGUI.cpp View 1 11 chunks +18 lines, -112 lines 0 comments Download
M debugger/SkDebugger.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M src/core/SkPicturePlayback.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/core/SkPicturePlayback.cpp View 1 4 chunks +16 lines, -10 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
robertphillips
7 years, 7 months ago (2013-05-22 13:53:59 UTC) #1
scroggo
https://codereview.chromium.org/15746003/diff/1/debugger/QT/SkDebuggerGUI.cpp File debugger/QT/SkDebuggerGUI.cpp (right): https://codereview.chromium.org/15746003/diff/1/debugger/QT/SkDebuggerGUI.cpp#newcode182 debugger/QT/SkDebuggerGUI.cpp:182: size_t fCurOffset; Is this still being used? https://codereview.chromium.org/15746003/diff/1/debugger/QT/SkDebuggerGUI.cpp#newcode186 debugger/QT/SkDebuggerGUI.cpp:186: ...
7 years, 7 months ago (2013-05-22 14:11:07 UTC) #2
djsollen
https://codereview.chromium.org/15746003/diff/1/debugger/QT/SkDebuggerGUI.cpp File debugger/QT/SkDebuggerGUI.cpp (right): https://codereview.chromium.org/15746003/diff/1/debugger/QT/SkDebuggerGUI.cpp#newcode919 debugger/QT/SkDebuggerGUI.cpp:919: SkTArray<SkString>* commands = fDebugger.getDrawCommandsAsStrings(); if you just want the ...
7 years, 7 months ago (2013-05-22 14:35:37 UTC) #3
robertphillips
https://codereview.chromium.org/15746003/diff/1/debugger/QT/SkDebuggerGUI.cpp File debugger/QT/SkDebuggerGUI.cpp (right): https://codereview.chromium.org/15746003/diff/1/debugger/QT/SkDebuggerGUI.cpp#newcode182 debugger/QT/SkDebuggerGUI.cpp:182: size_t fCurOffset; Nope - deleted. https://codereview.chromium.org/15746003/diff/1/debugger/QT/SkDebuggerGUI.cpp#newcode186 debugger/QT/SkDebuggerGUI.cpp:186: virtual bool ...
7 years, 7 months ago (2013-05-22 18:51:28 UTC) #4
scroggo
lgtm https://codereview.chromium.org/15746003/diff/1/debugger/QT/SkDebuggerGUI.cpp File debugger/QT/SkDebuggerGUI.cpp (right): https://codereview.chromium.org/15746003/diff/1/debugger/QT/SkDebuggerGUI.cpp#newcode919 debugger/QT/SkDebuggerGUI.cpp:919: SkTArray<SkString>* commands = fDebugger.getDrawCommandsAsStrings(); On 2013/05/22 18:51:28, robertphillips ...
7 years, 7 months ago (2013-05-22 19:06:13 UTC) #5
robertphillips
> Agreed. Can you put commands into an SkAutoTDelete to free the memory (and > ...
7 years, 7 months ago (2013-05-23 13:22:07 UTC) #6
scroggo
On 2013/05/23 13:22:07, robertphillips wrote: > > Agreed. Can you put commands into an SkAutoTDelete ...
7 years, 7 months ago (2013-05-23 13:23:43 UTC) #7
robertphillips
7 years, 7 months ago (2013-05-23 13:26:28 UTC) #8
committed as r9253

Powered by Google App Engine
This is Rietveld 408576698