Commit b32ae166 authored by etienneb@chromium.org's avatar etienneb@chromium.org

Remove unused field.

This issue was found by a linter.

R=vollick@chromium.org
BUG=

Review URL: https://chromiumcodereview.appspot.com/23523027

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221314 0039d316-1c4b-4281-b951-d872f2087c98
parent ecd44f71
...@@ -112,7 +112,6 @@ class DeletingLayerAnimationObserver : public LayerAnimationObserver { ...@@ -112,7 +112,6 @@ class DeletingLayerAnimationObserver : public LayerAnimationObserver {
private: private:
LayerAnimator* animator_; LayerAnimator* animator_;
LayerAnimationSequence* sequence_;
DISALLOW_COPY_AND_ASSIGN(DeletingLayerAnimationObserver); DISALLOW_COPY_AND_ASSIGN(DeletingLayerAnimationObserver);
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment