diff options
author | egdaniel <egdaniel@google.com> | 2014-09-08 10:48:37 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-08 10:48:37 -0700 |
commit | 8067412d925df4bc83256a687b3fb6c456e39d92 (patch) | |
tree | 6849d6eb78f7a7c9f47f698f4fbc92e1d7b8732e | |
parent | 18444b1649562c45e5496507cfdc10a796525d67 (diff) |
Remove extra proctected in GrRODrawState.h
BUG=skia:
R=bsalomon@google.com
Author: egdaniel@google.com
Review URL: https://codereview.chromium.org/550243002
-rw-r--r-- | src/gpu/GrRODrawState.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gpu/GrRODrawState.h b/src/gpu/GrRODrawState.h index bba50c5522..718f017de3 100644 --- a/src/gpu/GrRODrawState.h +++ b/src/gpu/GrRODrawState.h @@ -359,7 +359,6 @@ protected: friend class GrDrawTarget; -protected: bool isEqual(const GrRODrawState& that) const; // These fields are roughly sorted by decreasing likelihood of being different in op== |