Revert of Fix Chromium build (patchset #2 id:20001 of https://codereview.chromium.org/916763003/)

Reason for revert:
Chrome

Original issue's description:
> Fix Chromium build
>
> TBR=jvanverth@google.com
>
> Committed: https://skia.googlesource.com/skia/+/f5e89c8f685ac8a5c4d117e087b4111d613106db

TBR=jvanverth@google.com
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true

Review URL: https://codereview.chromium.org/916963002
This commit is contained in:
robertphillips 2015-02-11 13:18:14 -08:00 committed by Commit bot
parent 25e929955f
commit 2de5939115
4 changed files with 5 additions and 5 deletions

View File

@ -7,6 +7,9 @@
#include "SkDebuggerGUI.h"
#include "PictureRenderer.h"
#include "SkPictureData.h"
#include "SkPicturePlayback.h"
#include "SkPictureRecord.h"
#include <QListWidgetItem>
#include <QtGui>

View File

@ -72,8 +72,6 @@ private:
bool fVisible;
};
typedef SkDrawCommand::OpType DrawType;
class SkRestoreCommand : public SkDrawCommand {
public:
SkRestoreCommand();

View File

@ -6,9 +6,6 @@
*/
#include "Test.h"
#ifdef SK_COLLAPSE_MATRIX_CLIP_STATE
#include "SkCanvas.h"
#include "SkDebugCanvas.h"
#include "SkPicture.h"
@ -55,6 +52,7 @@
// system is ready for prime time
// bench the recording times with/without matrix/clip collapsing
#ifdef SK_COLLAPSE_MATRIX_CLIP_STATE
// Enable/disable debugging helper code
//#define TEST_COLLAPSE_MATRIX_CLIP_STATE 1

View File

@ -13,6 +13,7 @@
#include "SkImageEncoder.h"
#include "SkOSFile.h"
#include "SkPicture.h"
#include "SkPictureRecord.h"
#include "SkPictureRecorder.h"
#include "SkStream.h"
#include "picture_utils.h"