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

Unified Diff: java/org/chromium/distiller/webdocument/WebDocumentBuilderInterface.java

Issue 1230583006: Fix for keeping lists structure (Closed) Base URL: https://github.com/chromium/dom-distiller.git@master
Patch Set: canBeNested move out of the switch. Created 5 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: java/org/chromium/distiller/webdocument/WebDocumentBuilderInterface.java
diff --git a/java/org/chromium/distiller/webdocument/WebDocumentBuilderInterface.java b/java/org/chromium/distiller/webdocument/WebDocumentBuilderInterface.java
index 340d9cbe60e8b67aa0ebf416d984286b4250794f..91b9845535b7c645ee77f7e80d5faa9e2b798440 100644
--- a/java/org/chromium/distiller/webdocument/WebDocumentBuilderInterface.java
+++ b/java/org/chromium/distiller/webdocument/WebDocumentBuilderInterface.java
@@ -15,5 +15,6 @@ public interface WebDocumentBuilderInterface {
void textNode(Text textNode);
void lineBreak(Node node);
void dataTable(Element e);
+ void tag(WebTag tag);
void embed(WebElement embedNode);
}
« no previous file with comments | « java/org/chromium/distiller/webdocument/WebDocumentBuilder.java ('k') | java/org/chromium/distiller/webdocument/WebTag.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698