X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcc%2Fresources%2Fpicture.h;h=1677309a6e25e2c9c444ad4430c339fc738bb9ef;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=69e32939bcaca0ae9c2838b9b84573d5c1c6dc93;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/cc/resources/picture.h b/src/cc/resources/picture.h index 69e3293..1677309 100644 --- a/src/cc/resources/picture.h +++ b/src/cc/resources/picture.h @@ -21,8 +21,7 @@ #include "skia/ext/refptr.h" #include "third_party/skia/include/core/SkBBHFactory.h" #include "third_party/skia/include/core/SkPicture.h" -#include "third_party/skia/include/record/SkRecording.h" -#include "ui/gfx/rect.h" +#include "ui/gfx/geometry/rect.h" class SkPixelRef; @@ -49,7 +48,6 @@ class CC_EXPORT Picture RECORD_NORMALLY, RECORD_WITH_SK_NULL_CANVAS, RECORD_WITH_PAINTING_DISABLED, - RECORD_WITH_SKRECORD, RECORDING_MODE_COUNT, // Must be the last entry. }; @@ -150,7 +148,6 @@ class CC_EXPORT Picture gfx::Rect layer_rect_; skia::RefPtr picture_; - scoped_ptr playback_; PixelRefMap pixel_refs_; gfx::Point min_pixel_cell_;