| Index: third_party/WebKit/Source/core/editing/CaretBase.h
|
| diff --git a/third_party/WebKit/Source/core/editing/CaretBase.h b/third_party/WebKit/Source/core/editing/CaretBase.h
|
| index f2ae542f2ca55dfdb4badac07fd21131f82b1a0a..5cbf0d432c1f57cf21950fe5f5c30cf4f85413a9 100644
|
| --- a/third_party/WebKit/Source/core/editing/CaretBase.h
|
| +++ b/third_party/WebKit/Source/core/editing/CaretBase.h
|
| @@ -1,5 +1,6 @@
|
| /*
|
| - * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Apple Inc. All rights reserved.
|
| + * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Apple Inc. All rights
|
| + * reserved.
|
| *
|
| * Redistribution and use in source and binary forms, with or without
|
| * modification, are permitted provided that the following conditions
|
| @@ -79,8 +80,9 @@ class CORE_EXPORT CaretBase : public GarbageCollectedFinalized<CaretBase>,
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
| - LayoutRect
|
| - m_caretLocalRect; // caret rect in coords local to the layoutObject responsible for painting the caret
|
| + // caret rect in coords local to the layoutObject responsible for painting the
|
| + // caret
|
| + LayoutRect m_caretLocalRect;
|
| LayoutRect m_visualRect;
|
| };
|
|
|
|
|