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

Side by Side Diff: Source/WTF/wtf/FeatureDefines.h

Issue 13723004: Remove the ENABLE_TEXT_AUTOSIZING compile-time flag. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/WebCore/dom/Document.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2006, 2007, 2008, 2009, 2013 Apple Inc. All rights reserved. 2 * Copyright (C) 2006, 2007, 2008, 2009, 2013 Apple Inc. All rights reserved.
3 * Copyright (C) 2007-2009 Torch Mobile, Inc. 3 * Copyright (C) 2007-2009 Torch Mobile, Inc.
4 * Copyright (C) 2010, 2011 Research In Motion Limited. All rights reserved. 4 * Copyright (C) 2010, 2011 Research In Motion Limited. All rights reserved.
5 * Copyright (C) 2013 Samsung Electronics. All rights reserved. 5 * Copyright (C) 2013 Samsung Electronics. All rights reserved.
6 * 6 *
7 * Redistribution and use in source and binary forms, with or without 7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions 8 * modification, are permitted provided that the following conditions
9 * are met: 9 * are met:
10 * 1. Redistributions of source code must retain the above copyright 10 * 1. Redistributions of source code must retain the above copyright
(...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 #define ENABLE_SVG_DOM_OBJC_BINDINGS 0 464 #define ENABLE_SVG_DOM_OBJC_BINDINGS 0
465 #endif 465 #endif
466 #endif 466 #endif
467 467
468 #if ENABLE(SVG) 468 #if ENABLE(SVG)
469 #if !defined(ENABLE_SVG_FONTS) 469 #if !defined(ENABLE_SVG_FONTS)
470 #define ENABLE_SVG_FONTS 1 470 #define ENABLE_SVG_FONTS 1
471 #endif 471 #endif
472 #endif 472 #endif
473 473
474 #if !defined(ENABLE_TEXT_AUTOSIZING)
475 #define ENABLE_TEXT_AUTOSIZING 0
476 #endif
477
478 #if !defined(ENABLE_TEXT_CARET) 474 #if !defined(ENABLE_TEXT_CARET)
479 #define ENABLE_TEXT_CARET 1 475 #define ENABLE_TEXT_CARET 1
480 #endif 476 #endif
481 477
482 #if !defined(ENABLE_TEXT_NOTIFICATIONS_ONLY) 478 #if !defined(ENABLE_TEXT_NOTIFICATIONS_ONLY)
483 #define ENABLE_TEXT_NOTIFICATIONS_ONLY 0 479 #define ENABLE_TEXT_NOTIFICATIONS_ONLY 0
484 #endif 480 #endif
485 481
486 #if !defined(ENABLE_THREADED_HTML_PARSER) 482 #if !defined(ENABLE_THREADED_HTML_PARSER)
487 #define ENABLE_THREADED_HTML_PARSER 0 483 #define ENABLE_THREADED_HTML_PARSER 0
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
559 555
560 #if ENABLE(SVG_FONTS) && !ENABLE(SVG) 556 #if ENABLE(SVG_FONTS) && !ENABLE(SVG)
561 #error "ENABLE(SVG_FONTS) requires ENABLE(SVG)" 557 #error "ENABLE(SVG_FONTS) requires ENABLE(SVG)"
562 #endif 558 #endif
563 559
564 #if ENABLE(VIDEO_TRACK) && !ENABLE(VIDEO) 560 #if ENABLE(VIDEO_TRACK) && !ENABLE(VIDEO)
565 #error "ENABLE(VIDEO_TRACK) requires ENABLE(VIDEO)" 561 #error "ENABLE(VIDEO_TRACK) requires ENABLE(VIDEO)"
566 #endif 562 #endif
567 563
568 #endif /* WTF_FeatureDefines_h */ 564 #endif /* WTF_FeatureDefines_h */
OLDNEW
« no previous file with comments | « no previous file | Source/WebCore/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698