| Index: third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp b/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp
|
| index 11df85ac2f1d0624896c7fbc6aca3a87f7a2f756..1c50799ab979e7d4607322964ca2e3cc31fd69ff 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp
|
| @@ -373,7 +373,7 @@ int AdjustedFocusRingOffset(int offset) {
|
| #endif
|
| }
|
|
|
| -} // anonymous ns
|
| +} // namespace
|
|
|
| int GraphicsContext::FocusRingOutsetExtent(int offset, int width) {
|
| // Unlike normal outlines (whole width is outside of the offset), focus
|
|
|