| Index: third_party/WebKit/Source/core/frame/Settings.h
|
| diff --git a/third_party/WebKit/Source/core/frame/Settings.h b/third_party/WebKit/Source/core/frame/Settings.h
|
| index 369550be10a74e0ec39b9bc58a82d6b79d736fb3..36b1e1051727da1a0fab6c6eff7abce231e715c0 100644
|
| --- a/third_party/WebKit/Source/core/frame/Settings.h
|
| +++ b/third_party/WebKit/Source/core/frame/Settings.h
|
| @@ -1,5 +1,6 @@
|
| /*
|
| - * Copyright (C) 2003, 2006, 2007, 2008, 2009, 2011, 2012 Apple Inc. All rights reserved.
|
| + * Copyright (C) 2003, 2006, 2007, 2008, 2009, 2011, 2012 Apple Inc. All rights
|
| + * reserved.
|
| * (C) 2006 Graham Dennis (graham.dennis@gmail.com)
|
| *
|
| * Redistribution and use in source and binary forms, with or without
|
| @@ -66,7 +67,8 @@ class CORE_EXPORT Settings {
|
| void setTextAutosizingEnabled(bool);
|
| bool textAutosizingEnabled() const { return m_textAutosizingEnabled; }
|
|
|
| - // Only set by Layout Tests, and only used if textAutosizingEnabled() returns true.
|
| + // Only set by Layout Tests, and only used if textAutosizingEnabled() returns
|
| + // true.
|
| void setTextAutosizingWindowSizeOverride(const IntSize&);
|
| const IntSize& textAutosizingWindowSizeOverride() const {
|
| return m_textAutosizingWindowSizeOverride;
|
|
|