Chromium Code Reviews| Index: debugger/SkDebugger.h |
| diff --git a/debugger/SkDebugger.h b/debugger/SkDebugger.h |
| index 5906acc43ee5137831174c9b2cf6a8b856f69978..76bd71ba44219b01a3c8f0e6aea6b0647619ea31 100644 |
| --- a/debugger/SkDebugger.h |
| +++ b/debugger/SkDebugger.h |
| @@ -56,8 +56,6 @@ public: |
| fDebugCanvas->toggleFilter(on); |
| } |
| - void setWindowSize(int width, int height) { fDebugCanvas->setWindowSize(width, height); } |
| - |
| void loadPicture(SkPicture* picture); |
| SkPicture* copyPicture(); |