Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / cc / test / fake_picture_pile_impl.h
index 9b7bdb7..6877ac7 100644 (file)
@@ -68,6 +68,8 @@ class FakePicturePileImpl : public PicturePileImpl {
     clear_canvas_with_debug_color_ = clear;
   }
 
+  void set_has_text(bool has_text) { has_text_ = has_text; }
+
  protected:
   FakePicturePileImpl();
   virtual ~FakePicturePileImpl();