| Index: third_party/WebKit/Source/core/frame/FrameView.h
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h
|
| index a8fefd75ff2e2c76b2fc577be0eacdbd54fa6294..febffe1f46970a60cefc6842a93ad26fea17afb6 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -222,7 +222,7 @@ public:
|
| bool isPainting() const;
|
|
|
| void setNodeToDraw(Node*);
|
| - Node* nodeToDraw() const;
|
| + Node* nodeToDraw() const { return m_nodeToDraw.get(); }
|
|
|
| Color documentBackgroundColor() const;
|
|
|
|
|