diff options
author | qiankun.miao@intel.com <qiankun.miao@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-04 09:01:15 +0000 |
---|---|---|
committer | qiankun.miao@intel.com <qiankun.miao@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-04 09:01:15 +0000 |
commit | c68285ff6e01a4efcaa757a51c0e62fab55d5745 (patch) | |
tree | 6d3842efb33a93356fab0e7b4090fde19c4006f5 /cc/layer_impl.h | |
parent | c7542ea6a0556617940895d616a68bb4f0046d68 (diff) | |
download | chromium_src-c68285ff6e01a4efcaa757a51c0e62fab55d5745.zip chromium_src-c68285ff6e01a4efcaa757a51c0e62fab55d5745.tar.gz chromium_src-c68285ff6e01a4efcaa757a51c0e62fab55d5745.tar.bz2 |
Fix typo in layer_impl.h
Remove redundant repeated words "but would require redrawing"
in the comments in layer_impl.h.
BUG=
TEST=
Review URL: https://chromiumcodereview.appspot.com/12090111
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180369 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/layer_impl.h')
-rw-r--r-- | cc/layer_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/layer_impl.h b/cc/layer_impl.h index b02db83..d711627 100644 --- a/cc/layer_impl.h +++ b/cc/layer_impl.h @@ -365,7 +365,7 @@ private: // Indicates that a property has changed on this layer that would not // affect the pixels on its target surface, but would require redrawing - // but would require redrawing the targetSurface onto its ancestor targetSurface. + // the targetSurface onto its ancestor targetSurface. // For layers that do not own a surface this flag acts as m_layerPropertyChanged. bool m_layerSurfacePropertyChanged; |