History log of /external/skia/src/utils/SkTextBox.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
283b5878e7225a49511cbd3f0fa12603a51319df 25-Apr-2015 tfarina <tfarina@chromium.org> Update {virtual,override} to follow C++11 style in src/utils.

The Google style guide states that only one of {virtual,override,final}
should be used for each declaration, since override implies virtual
and final implies both virtual and override.

The entries were found using the following command line:

$ find src/utils -iname "*.h" -o -iname "*.cpp" | xargs pcregrep -M
"[^\n/]+virtual\ [^;{]+\ [a-zA-Z0-9_]+\([^;{]+\ override[ \n]*[;{]"

The regex was a courtesy of nick@chromium.org

BUG=None
R=mtklein@google.com

Review URL: https://codereview.chromium.org/1099333004
/external/skia/src/utils/SkTextBox.cpp
36352bf5e38f45a70ee4f4fc132a38048d38206d 26-Mar-2015 mtklein <mtklein@chromium.org> C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}

NOPRESUBMIT=true

BUG=skia:
DOCS_PREVIEW= https://skia.org/?cl=1037793002

Review URL: https://codereview.chromium.org/1037793002
/external/skia/src/utils/SkTextBox.cpp
1b6ab4417e0edef3b91d150e6650205f49f04d17 04-Nov-2014 reed <reed@google.com> add textblobs to lua

BUG=skia:
TBR=

Review URL: https://codereview.chromium.org/688363003
/external/skia/src/utils/SkTextBox.cpp
615c5937807cd48aed6a0a7b6e3f2182f2a4ad8a 03-Nov-2014 reed <reed@google.com> move SkTextBox into utils

BUG=skia:
TBR=

Review URL: https://codereview.chromium.org/696293005
/external/skia/src/utils/SkTextBox.cpp