Skip to content

Commit

Permalink
Cleanup unused method declaration.
Browse files Browse the repository at this point in the history
Seems the bulk of the code was deleted in
a8f1ac3 with this left over.

BUG=
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel

Review URL: https://codereview.chromium.org/1856423002

Cr-Commit-Position: refs/heads/master@{#385203}
  • Loading branch information
avallee authored and Commit bot committed Apr 5, 2016
1 parent 01eeca4 commit fd26390
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cc/output/software_renderer.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ class RendererClient;
class ResourceProvider;
class SoftwareOutputDevice;

class CheckerboardDrawQuad;
class DebugBorderDrawQuad;
class PictureDrawQuad;
class RenderPassDrawQuad;
Expand Down Expand Up @@ -74,8 +73,6 @@ class CC_EXPORT SoftwareRenderer : public DirectRenderer {
void SetClipRect(const gfx::Rect& rect);
bool IsSoftwareResource(ResourceId resource_id) const;

void DrawCheckerboardQuad(const DrawingFrame* frame,
const CheckerboardDrawQuad* quad);
void DrawDebugBorderQuad(const DrawingFrame* frame,
const DebugBorderDrawQuad* quad);
void DrawPictureQuad(const DrawingFrame* frame,
Expand Down

0 comments on commit fd26390

Please sign in to comment.