Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(43)

Side by Side Diff: Source/core/rendering/RenderObject.h

Issue 629143005: Remove RenderObject::isMarquee() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2000 Lars Knoll (knoll@kde.org) 2 * Copyright (C) 2000 Lars Knoll (knoll@kde.org)
3 * (C) 2000 Antti Koivisto (koivisto@kde.org) 3 * (C) 2000 Antti Koivisto (koivisto@kde.org)
4 * (C) 2000 Dirk Mueller (mueller@kde.org) 4 * (C) 2000 Dirk Mueller (mueller@kde.org)
5 * (C) 2004 Allan Sandfeld Jensen (kde@carewolf.com) 5 * (C) 2004 Allan Sandfeld Jensen (kde@carewolf.com)
6 * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2012 Apple Inc. All r ights reserved. 6 * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2012 Apple Inc. All r ights reserved.
7 * Copyright (C) 2009 Google Inc. All rights reserved. 7 * Copyright (C) 2009 Google Inc. All rights reserved.
8 * 8 *
9 * This library is free software; you can redistribute it and/or 9 * This library is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU Library General Public 10 * modify it under the terms of the GNU Library General Public
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 virtual bool isFieldset() const { return false; } 358 virtual bool isFieldset() const { return false; }
359 virtual bool isFileUploadControl() const { return false; } 359 virtual bool isFileUploadControl() const { return false; }
360 virtual bool isFrame() const { return false; } 360 virtual bool isFrame() const { return false; }
361 virtual bool isFrameSet() const { return false; } 361 virtual bool isFrameSet() const { return false; }
362 virtual bool isImage() const { return false; } 362 virtual bool isImage() const { return false; }
363 virtual bool isInlineBlockOrInlineTable() const { return false; } 363 virtual bool isInlineBlockOrInlineTable() const { return false; }
364 virtual bool isLayerModelObject() const { return false; } 364 virtual bool isLayerModelObject() const { return false; }
365 virtual bool isListBox() const { return false; } 365 virtual bool isListBox() const { return false; }
366 virtual bool isListItem() const { return false; } 366 virtual bool isListItem() const { return false; }
367 virtual bool isListMarker() const { return false; } 367 virtual bool isListMarker() const { return false; }
368 virtual bool isMarquee() const { return false; }
369 virtual bool isMedia() const { return false; } 368 virtual bool isMedia() const { return false; }
370 virtual bool isMenuList() const { return false; } 369 virtual bool isMenuList() const { return false; }
371 virtual bool isMeter() const { return false; } 370 virtual bool isMeter() const { return false; }
372 virtual bool isProgress() const { return false; } 371 virtual bool isProgress() const { return false; }
373 virtual bool isQuote() const { return false; } 372 virtual bool isQuote() const { return false; }
374 virtual bool isRenderBlock() const { return false; } 373 virtual bool isRenderBlock() const { return false; }
375 virtual bool isRenderBlockFlow() const { return false; } 374 virtual bool isRenderBlockFlow() const { return false; }
376 virtual bool isRenderButton() const { return false; } 375 virtual bool isRenderButton() const { return false; }
377 virtual bool isRenderFlowThread() const { return false; } 376 virtual bool isRenderFlowThread() const { return false; }
378 virtual bool isRenderFullScreen() const { return false; } 377 virtual bool isRenderFullScreen() const { return false; }
(...skipping 1174 matching lines...) Expand 10 before | Expand all | Expand 10 after
1553 void showTree(const blink::RenderObject*); 1552 void showTree(const blink::RenderObject*);
1554 void showLineTree(const blink::RenderObject*); 1553 void showLineTree(const blink::RenderObject*);
1555 void showRenderTree(const blink::RenderObject* object1); 1554 void showRenderTree(const blink::RenderObject* object1);
1556 // We don't make object2 an optional parameter so that showRenderTree 1555 // We don't make object2 an optional parameter so that showRenderTree
1557 // can be called from gdb easily. 1556 // can be called from gdb easily.
1558 void showRenderTree(const blink::RenderObject* object1, const blink::RenderObjec t* object2); 1557 void showRenderTree(const blink::RenderObject* object1, const blink::RenderObjec t* object2);
1559 1558
1560 #endif 1559 #endif
1561 1560
1562 #endif // RenderObject_h 1561 #endif // RenderObject_h
OLDNEW
« Source/core/rendering/RenderBox.cpp ('K') | « Source/core/rendering/RenderLayerScrollableArea.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698