[chromium] remove dead function declarations in RenderSurfacechromium
authorshawnsingh@chromium.org <shawnsingh@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 3 Apr 2012 19:24:31 +0000 (19:24 +0000)
committershawnsingh@chromium.org <shawnsingh@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 3 Apr 2012 19:24:31 +0000 (19:24 +0000)
https://bugs.webkit.org/show_bug.cgi?id=82086

Reviewed by James Robinson.

No tests needed, no change in behavior.

* platform/graphics/chromium/RenderSurfaceChromium.h:
(RenderSurfaceChromium):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@113070 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Source/WebCore/ChangeLog
Source/WebCore/platform/graphics/chromium/RenderSurfaceChromium.h

index 5f2d845..b0a87af 100644 (file)
@@ -1,3 +1,15 @@
+2012-04-03  Shawn Singh  <shawnsingh@chromium.org>
+
+        [chromium] remove dead function declarations in RenderSurfacechromium
+        https://bugs.webkit.org/show_bug.cgi?id=82086
+
+        Reviewed by James Robinson.
+
+        No tests needed, no change in behavior.
+
+        * platform/graphics/chromium/RenderSurfaceChromium.h:
+        (RenderSurfaceChromium):
+
 2012-04-03  Jia Pu  <jpu@apple.com>
 
         Rename GraphicsContext::drawLineForTextChecking() to GraphicsContext::drawLineForDocumentMarker()
index 59e5d96..83a21d9 100644 (file)
@@ -50,10 +50,6 @@ public:
     explicit RenderSurfaceChromium(LayerChromium*);
     ~RenderSurfaceChromium();
 
-    bool prepareContentsTexture();
-    void releaseContentsTexture();
-    void draw(const IntRect& targetSurfaceRect);
-
     // Returns the rect that encloses the RenderSurface including any reflection.
     FloatRect drawableContentRect() const;