Chromium Code Reviews| Index: include/core/SkDevice.h |
| diff --git a/include/core/SkDevice.h b/include/core/SkDevice.h |
| index 7217e2fa65c20104980fe53dc20b294c620759bc..daca80541676115ca37a8745c67f056b41e542a5 100644 |
| --- a/include/core/SkDevice.h |
| +++ b/include/core/SkDevice.h |
| @@ -359,8 +359,6 @@ protected: |
| return NULL; |
| } |
| - virtual void initForRootLayer(SkPixelGeometry geo); |
| - |
| private: |
| friend class SkCanvas; |
| friend struct DeviceCM; //for setMatrixClip |